You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > FormatCplx Method > Math387.FormatCplx Method ([In] TCplx, [In] string, [In] string)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.FormatCplx Method ([In] TCplx, [In] string, [In] string)

The complex number Z formated as a string.

Syntax
C#
Visual Basic
public static string FormatCplx([In] TCplx Z, [In] string ReFormat, [In] string ImFormat);
Parameters 
Description 
[In] TCplx Z 
Defines complex number for formatting: Z=Re+I*Im
[In] string ReFormat 
Defines string format used for formating real part of Z
[In] string ImFormat 
Defines string format used for formating imaginary part of Z

the complex number Z formated as a string.

If ReFormat and ImFormat parameters are empty strings, the function calls CplxToStr.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!